Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2024

This PR contains the following updates:

Package Change Age Confidence
django-oauth-toolkit ^2.3.0 -> ^3.0.0 age confidence

Release Notes

django-oauth/django-oauth-toolkit (django-oauth-toolkit)

v3.1.0

Compare Source

NOTE: This is the first release under the new django-oauth organization. The project moved in order to be more independent and to bypass quota limits on parallel CI jobs we were encountering in Jazzband. The project will emulateDjango Commons going forward in it's operation. We're always on the look for willing maintainers and contributors. Feel free to start participating any time. PR's are always welcome.

Added
  • #​1506 Support for Wildcard Origin and Redirect URIs - Adds a new setting ALLOW_URL_WILDCARDS. This feature is useful for working with CI service such as cloudflare, netlify, and vercel that offer branch
    deployments for development previews and user acceptance testing.
  • #​1586 Turkish language support added
Changed

The project is now hosted in the django-oauth organization.

Fixed
  • #​1517 OP prompts for logout when no OP session
  • #​1512 client_secret not marked sensitive
  • #​1521 Fix 0012 migration loading access token table into memory
  • #​1584 Fix IDP container in docker compose environment could not find templates and static files.
  • #​1562 Fix: Handle AttributeError in IntrospectTokenView
  • #​1583 Fix: Missing pt_BR translations

v3.0.1

Compare Source

Fixed
  • #​1491 Fix migration error when there are pre-existing Access Tokens.

v3.0.0

Compare Source

WARNING - POTENTIAL BREAKING CHANGES
  • Changes to the AbstractAccessToken model require doing a manage.py migrate after upgrading.
  • If you use swappable models you will need to make sure your custom models are also updated (usually manage.py makemigrations).
  • Old Django versions below 4.2 are no longer supported.
  • A few deprecations warned about in 2.4.0 (#​1345) have been removed. See below.
Added
  • #​1366 Add Docker containerized apps for testing IDP and RP.
  • #​1454 Added compatibility with LoginRequiredMiddleware introduced in Django 5.1.
Changed
  • Many documentation and project internals improvements.
  • #​1446 Use generic models pk instead of id. This enables, for example, custom swapped models to have a different primary key field.
  • #​1447 Update token to TextField from CharField. Removing the 255 character limit enables supporting JWT tokens with additional claims.
    This adds a SHA-256 token_checksum field that is used to validate tokens.
  • #​1450 Transactions wrapping writes of the Tokens now rely on Django's database routers to determine the correct
    database to use instead of assuming that 'default' is the correct one.
  • #​1455 Changed minimum supported Django version to >=4.2.
Removed
Fixed
  • #​1444, #​1476 Fix several 500 errors to instead raise appropriate errors.
  • #​1469 Fix ui_locales request parameter triggers AttributeError under certain circumstances
Security

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 12 times, most recently from 003f844 to b94e863 Compare November 18, 2024 20:49
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 18 times, most recently from bebb22c to 85c1e6c Compare November 25, 2024 19:29
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch from f4fca43 to 8a7837d Compare September 29, 2025 19:53
@rhysyngsun rhysyngsun self-assigned this Sep 29, 2025
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 16 times, most recently from b214ab4 to 1b3a5f4 Compare October 6, 2025 20:53
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch 9 times, most recently from f09e860 to 179ae88 Compare October 8, 2025 15:37
@renovate renovate bot force-pushed the renovate/django-oauth-toolkit-3.x branch from 179ae88 to 2d0d9b8 Compare October 8, 2025 16:55
@rhysyngsun
Copy link
Contributor

This dependency can probably just be removed because nothing oauths into learn, it's a holdover from the port from discussions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant